deno.com
method Dir.prototype.[Symbol.asyncIterator]
#Dir.prototype.[Symbol.asyncIterator](): AsyncIterableIterator<Dirent>

Asynchronously iterates over the directory via readdir(3) until all entries have been read.

Return Type #

AsyncIterableIterator<Dirent>